home *** CD-ROM | disk | FTP | other *** search
- |ifendif|
- windowtitle `The If...EndIf FlowControl PAGE 1`
- printlf `If {logical expression}`
- printlf ` ...Commands...`
- printlf `EndIf`
- printlf
- nextpage `@`ifendif#2`
- print `SEE ALSO: Next Page & `
- subject `Else`If..Else..EndIf`
- end
-
- |ifendif#2|
- windowtitle `The If...EndIf FlowControl PAGE 2`
- printlf ` Performs the commands only if the logical`
- printlf `expression is TRUE.`
- prevpage `@`ifendif`
- end
-
- |ifelseendif|
- windowtitle `The If..Else..EndIf FlowControl PAGE 1`
- printlf `If {logical expression}`
- printlf ` ...IfCommands...`
- printlf `Else`
- printlf ` ...ElseCommands...`
- printlf `EndIf`
- print `SEE ALSO: Next Page & `
- nextpage `@`else#2`
- subject `If..EndIf`If..EndIf`
- end
-
- |else#2|
- windowtitle `The If..Else..EndIf FlowControl PAGE 2`
- prevpage `@`ifelseendif`
- printlf `If the logical expression is True then the
- printlf `first set of commands will execute. Else,
- printlf `the second set of commands will execute.
- end
-
- |whileendloop|
- windowtitle `The While..EndLoop FlowControl PAGE 1`
- printlf `While {logical expression}`
- printlf ` ...Commands...`
- printlf `EndLoop`
- printlf
- printlf `SEE ALSO: Next Page &`
- print ` `
- nextpage `@`wel#2`
- subject `While..Until`While..Until`
- print ` & `
- subject `Loop..Until`Loop..Until`
- end
-
- |wel#2|
- windowtitle `The While..EndLoop FlowControl PAGE 2`
- printlf `Loop as long as the logical expression
- printlf `is true.
- prevpage `@`whileendloop`
- end
-
- |loopuntil|
- windowtitle `The Loop..Until FlowControl PAGE 1`
- printlf `Loop`
- printlf ` ...Commands...`
- printlf `Until {logical expression}`
- printlf
- printlf `SEE ALSO: Next Page &`
- print ` `
- nextpage `@`lu#2`
- subject `Loop..EndLoop`Loop..EndLoop`
- print ` & `
- subject `While..Until`While..Until`
- end
-
- |lu#2|
- windowtitle `The Loop..Until FlowControl PAGE 2`
- printlf `Loop until the logical expression
- printlf `is true.
- prevpage `@`loopuntil`
- end
-
- |whileuntil|
- windowtitle `The While..Until FlowControl PAGE 1`
- printlf `While {logical expression}`
- printlf ` ...Commands...`
- printlf `Until {logical expression}`
- printlf
- printlf `SEE ALSO: Next Page &`
- print ` `
- nextpage `@`wu#2`
- subject `Loop..Until`Loop..Until`
- print ` & `
- subject `While..EndLoop`While..Endloop`
- end
-
- |wu#2|
- windowtitle `The While..Until FlowControl PAGE 2`
- printlf `Loop as long as the top logical
- printlf `expression is TRUE and the bottom
- printlf `logical expression is false.
- prevpage `@`whileuntil`
- end
-
- |loopendloop|
- windowtitle `The Loop..EndLoop FlowControl PAGE 1`
- printlf `Loop`
- printlf ` ...Commands...`
- printlf `EndLoop`
- printlf
- printlf `SEE ALSO: Next Page &`
- print ` `
- nextpage `@`le#2`
- subject `Loop..Until`Loop..Until`
- print ` & `
- subject `While..EndLoop`While..Endloop`
- end
-
- |le#2|
- windowtitle `The Loop..EndLoop FlowConrol PAGE 2`
- print `Loop forever, or until `
- subject `ExitLoop`ExitLoop`
- printlf ` is used.`
- prevpage `@`loopendloop`
- end
-
- |exitloop|
- windowtitle `ExitLoop`
- printlf `Exits the Highest Loop Level. It
- print `is recommended that `
- subject `While`While..EndLoop`
- print ` and `
- subject `Until`Loop..Until`
- printlf
- printlf `looping is used instead of ExitLoop.`
- end
-
- |do|
- windowtitle `Do "Routine Name"{,Argument1,...,Argument10}`
- printlf `Performs the routine created using the
- printlf `Routine Object. The routine can use the
- printlf `optional Arguments as incoming data. See
- printlf `page 6-21 in the User's Manual for more
- printlf `information about this powerful command.`
- end
-
- |exitscript|
- windowtitle `ExitScript`
- printlf `Exits a script before reaching the last
- printlf `command in the script. If the script is a
- printlf `Routine, then control will return to the
- printlf `caller.
- printlf
- print `SEE ALSO: `
- subject `StopScript`StopScript`
- end
-
- |stopscript|
- windowtitle `StopScript`
- print `Similar to `
- subject `ExitScript`ExitScript`
- printlf `; however, if it is
- printlf `performed from a Routine, execution
- printlf `will not continue in the calling script.
- printlf `All calling scripts will stop execution
- printlf `early. Your application will continue to
- print `run. SEE ALSO: `
- subject `Quit`Quit`
- print `.`
- end
-
- |quit|
- windowtitle `Quit`
- printlf `Allows the user to exit the presently
- printlf `running Deck. If running under CanDo
- printlf `this command will not work. However,
- printlf `it will work if running as a separate
- printlf `application.
- end
-
-